Skip to content

Conversation

@asujan205
Copy link

Fixes #4466
Replaced the onlyGovernance code with an internal function called _checkGovernance (alternatively _checkExecutor) doing the same check.

Replaced the onlyProxy code with an internal function called _checkProxy with the same check and the notDelegated code with a _checkNotDelegated internal function

Replaced the onlyInitializing code with an internal function called _checkInitializing)

@changeset-bot
Copy link

changeset-bot bot commented Jul 26, 2023

⚠️ No Changeset found

Latest commit: 73187ed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Amxx
Copy link
Collaborator

Amxx commented Jul 26, 2023

Duplicate of #4472

@Amxx Amxx marked this as a duplicate of #4472 Jul 26, 2023
@Amxx Amxx closed this Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some modifiers could use internal functions to reduce code size impact

2 participants